This applet plots data from a file. The file must be a text file, and the data must be aligned in columns: the first column is linked to the x axis, the second column is linked to the y axis (first graph), the third column is linked to the y axis (second graph), ... View the file "data.dat" in the "Graph" directory to have a sample.
Name |
Description |
Default |
Status |
data_file | the data file. Format is described above | - | required |
title | the graph title | - | required |
xlabel_title | the x axis label | - | required |
ylabel_title | the y axis label | - | required |
linked | "yes": links the dots, "no": doesn't link the dots | no | optional |
xmin | set the x axis minimum boundary | 0 | optional |
ymin | set the y axis minimum boundary | 0 | optional |
background_color | the background color | white | required |
border | the border size | 0 | optional |
border_color | the border color | black | optional |
status_bar_text | the text to display in the status bar when the mouse is over | - | optional |
link | URL linked page when click | - | optional |
target | the target of the new page : - "_blank" : show in a new unnamed top-level window - "_self" : show in the current frame - "_parent" : show in the parent frame - "_top" : show in the top-most frame or a custom frame name |
_blank | optional |
registration_code | the registration code | - | required |
Special notes |
* You can put relative URL (to target a file on your site) or
absolute (with "http://...") URL. example: relative URL: ../home/home.html absolute URL: http://www.yahoo.com * The background color format is hexadecimal format like this : blue is "#0000ff"", red is "#ff0000" ... If you want that the background color is the same as the one of the page, look at the html source file and find the balise : <body bgcolor="#00FFFF"> then copy the value, here it's "#00ffff". Use the "HexColor" applet to convert RGB color to hexadecimal color. |
Copyright 1999-2001 Taiji Software
All Rights Reserved
http://www.taijisoftware.com
support@taijisoftware.com